.ChatContainer,
.HistoryContent,
.HistoryPanel {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.CommandInput:focus,
a:not([href]):not([tabindex]):focus {
	outline: 0
}

.Cwf .NoMargin,
.Cwf .NoTopMargin {
	margin-top: 0
}

.Cwf .NoBottomMargin,
.Cwf .NoMargin {
	margin-bottom: 0
}

*,
.form input,
::after,
::before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border-style: none
}

table {
	border-collapse: collapse
}

label {
	display: inline-block
}

button {
	#border-radius: 0;
	border: none;
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 0px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit
}

button,
input {
	#overflow: visible width: 100%
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.ChatContainer {
	position: absolute;
	display: flex;
	flex-flow: column;
	background-color: rgb(111 195 0 / 26%)
}

.PadContainer {
	padding: 2px
}

.ToolbarPanel {
	position: relative;
	#height: 4px
}

.ChatToolbar {
    position: relative;
    height: auto;
    #border: 1px solid #d2d2d2;
    #border-style: outset;
    position: relative;
    #padding: 6px;
    overflow: hidden;
    margin-bottom: 6px;
    display: flex;
    flex-flow: row;
}

.ChatButton img,
.StatusIcon {
	height: 16px;
	width: 16px;
	position: relative
}

.ChannelCounter {
    position: relative;
    margin-top: 0px;
    font-size: 12px;
    float: left;
}

.ChannelName {
    position: relative;
    margin-top: 0px;
    font-size: 12px;
    float: left;
}

.ChannelTopic {
    overflow: auto;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
}

/* Mobile view adjustments */
@media (max-width: 480px) {
    .ChannelCounter, .ChannelName {
        font-size: 10px; /* Smaller font size */
        margin: 0 2px;   /* Reduce margins */
        float: none;     /* Stack elements */
        text-align: center; /* Center align text */
    }

    .ChannelTopic {
        font-size: 8px;  /* Reduce font size */
        white-space: normal; /* Allow wrapping for small screens */
        text-align: center;  /* Center align text */
    }
}


.ChannelCounter,
.ChannelName {
	font-weight: 600
}

.StatusIcon {
	float: right;
	margin: 8px
}

.ChatButton {
	position: relative;
    float: left;
    border: 1px solid #d2d2d2;
    border-style: outset;
    background-color: #fbfbfb;
    border-radius: 4px;
    margin-right: 6px;
    padding: 0px;
    height: 32px;
    width: 32px;
    min-width: 32px;
}

.ChatButton img {
	top: -2px
}

.TabBar {
	display: flex; 
	overflow-x: auto; 
	white-space: nowrap; 
	flex-grow: 1;
	-ms-overflow-style: none; /* Internet Explorer and Edge */
    scrollbar-width: none;    /* Firefox */

}

.scroll-button {
    #padding: 5px 10px;
    border: none;
    #background: #ddd;
    cursor: pointer;
    #border-radius: 4px;
}

.close-tab {
    cursor: pointer;
    color: red;
    font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 6px 6px;
}

button {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* This will make the tabs move smoothly and be visible/hidden */
}

button:focus {
    outline: none; /* Optional: Remove focus outline */
}

.ChatArea,
.MainPanel {
	flex-grow: 1;
	position: relative
}

span#laila {
    color: red;
}

#lblMembers div,
.Emoji,
.FormatCheckboxLabel,
.Sticker {
	background-repeat: no-repeat
}

.tab-button:disabled {
	background: #ccc;
	cursor: not-allowed
}

.scroll-button {
	border: none;
	cursor: pointer
}

.FormatCheckbox,
.Hide,
.TabBar:empty,
.form .register-form {
	display: none
}

.TabBar button {
    #border: 1px solid #d2d2d2;
    #background-color: #fbfbfb;
    #border-style: outset;
    #border-radius: 4px;
    #padding: 0px 8px;
    #margin-right: 6px;
    border-radius: 3px;
    margin: 1px;	
}

.ChatArea {
	display: flex;
	flex-flow: row
}

.MainPanel {
	display: flex;
	flex-flow: column;
	min-width: calc(70%)
}

/* Default styles */
.SidePanel {
    position: relative;
    width: 120px;
}

/* Mobile styles */
@media (max-width: 768px) {
.SidePanel {
    width: 120px;
    position: relative;
    }
}

.PanelSlideBar {
	position: relative;
	height: 100%;
	cursor: e-resize;
	width: 6px
}

.PanelSplit {
	position: relative;
	flex-grow: 1
}

.HistoryPanel {
	position: absolute;
	#border: 1px outset #d2d2d2;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff
}

#lblMembers div,
.FormatBar,
.RoomList td {
	overflow: hidden
}

.HistoryContent {
    position: relative;
    white-space: pre-wrap;
    top: 0px;
    bottom: 0px;
    margin: 0px 0px;
    left: 0px;
    right: 0px;
}

.FixedFont {
	font-size: 22px;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.HistoryContent p {
	margin: 7px 0 2px 1px;
	font-size: .9em;
	padding: 3px 10px;
	font-weight: 500;
	border-radius: 4px;
	position: relative;
	max-width: 100%;
	word-break: break-word;
	border-top: 0;
	min-width: 50px;
	box-shadow: -20px -3px 14px 0 #6a696945;
	background-color: #f9fff617
}

.CommandButtons button,
.Cwf .row {
	margin-right: 0
}

.HistoryContent br {
	clear: left
}

.FormatBar {
	position: relative;
	#top: 6px;
	#height: 37px;
	padding: 6px
}

.FormatButton {
	float: left;
	border: 0;
	background-color: #96a58200;
	padding: 0;
	height: 32px;
	width: 32px
}

.FormatButton img {
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px
}

.FormatButton~.FormatButton {
	margin-left: 4px
}

.EmojiButton:hover,
.FormatButton:hover,
.FormatCheckbox:not(:checked)+.FormatCheckboxLabel:hover,
.StickerButton:hover {
	border: 1px outset #d2d2d2;
	border-radius: 4px
}

.fcBold {
	background-image: url(../images/formatbar/bold.png)
}

.fcItalic {
	background-image: url(../images/formatbar/italic.png)
}

.fcUnderline {
	background-image: url(../images/formatbar/underline.png)
}

.fcAway {
	background-image: url(../images/formatbar/away.png)
}

.fcRegister {
	background-image: url(../images/formatbar/away.png)
}

.fcPause {
	background-image: url(../images/formatbar/pause.png)
}

.FormatCheckboxLabel {
	float: left;
	margin-left: 4px;
	cursor: pointer;
	border: 1px solid #96a58200;
	background-position: 5px 5px;
	background-size: 20px 20px;
	height: 32px;
	width: 32px
}

.FormatCheckbox:checked+.FormatCheckboxLabel {
	border: 1px inset #d2d2d2;
	background-color: #fff;
	background-position: 6px 6px;
	border-radius: 4px
}

.CommandInput,
.CommandInput:focus,
.InputBar,
.MemberList {
	#border: 1px outset #d2d2d2
}

.OnRight {
	float: right
}

.MemberList {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 0px);
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	word-break: break-word;
	box-shadow: inset -5px 1px 0 0 #9f8f8f45;
	background-color: #f9f6f6
}

.InputBar,
.InputPanel {
	position: relative
}

.CommandInput,
.CommandInput:focus,
.Cwm {
	background-color: #fff
}

#lblMembers div {
	height: 22px;
	border: 1px solid #fff;
	background-position: 3px 1px;
	background-size: 20px 20px;
	padding-left: 27px;
	margin-left: 0;
	cursor: default;
	font-size: 12px
}

#lblMembers div:hover,
.FixedHeader tr:hover td {
	border: 1px solid #1881c4;
	background-color: #daf1ff
}

#lblMembers .Selected,
.FixedHeader .Selected td {
	border: 1px solid #aec3d0;
	background-color: #9ad8ff
}

#lblMembers .Selected:hover,
.FixedHeader .Selected:hover td {
	border: 1px solid #6cc6fe;
	background-color: #edf4f8
}

.MemberList .IRCop {
    background-image: url(../images/ranks/Admin-v1.png);
}

.MemberList .Owner {
    background-image: url(../images/members/owner.gif);
}

.MemberList .SuperAdmin {
    background-image: url(../images/ranks/Admin-v1.png);
} 

.MemberList .Admin {
    background-image: url(../images/ranks/Admin-OP.png);
}

.MemberList .RJ {
    background-image: url(../images/ranks/rjlive.gif);
}

.MemberList .Vip {
    background-image: url(../images/members/Vip.gif);
}

.MemberList .Participant {
    background-image: url(../images/members/participant.png);
}

.MemberList .Spectator {
    background-image: url(../images/members/spectator.png);
}

.MemberList .Away {
    background-image: url(../images/members/participant.png);
}

.MemberList .Register {
    background-image: url(../images/members/participant.png);
}

.MemberList .Ignored {
    background-image: url(../images/members/ignored.png);
}

.InputBar {
    margin-top: 6px;
    position: relative;
    border: 1px solid #d2d2d2;
    border-style: outset;
    padding: 8px;
    height: 48px;
    width: 100%;
    display: flex;
    flex-flow: row;
}

.CommandInput {
    float: left;
    height: 32px;
    padding-top: 2px;
    flex-grow: 1;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-style: outset;
    overflow-x: hidden;
    overflow-y: hidden;
	
	float: left;
    height: 32px;
    padding-top: 2px;
    flex-grow: 1;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-style: outset;
    overflow-x: hidden;
    overflow-y: hidden;
}

#csColorPicker,
.Cwm {
	border: 1px solid grey;
	box-shadow: 3px 3px 5px #888;
	padding: 3px 5px;
	position: fixed;
	display: none
}

.CwfArea,
.Cwm {
	overflow-x: hidden;
	overflow-y: auto
}

.CommandButtons {
	min-width: 14px
}

.CommandButtons button:first-of-type {
	margin-left: 6px
}

.CommandButtons button~button {
	margin-left: 2px
}

.CommandButtons button:disabled,
button[disabled] {
	opacity: .4
}

.Spacer {
	margin-right: 18px
}

.Cwm {
	width: auto;
	border-radius: 2px
}

.CwfHeader {
	position: relative;
	background-color: #afc7e1;
	padding: 4px;
	cursor: default
}

.CwfArea,
.Cwt thead th {
	background-color: #fbfbfb
}

.CwfHeaderIcon {
	margin: 4px;
	height: 16px;
	width: 16px
}

.CwfArea {
	position: absolute;
	border: 1px outset #b93b3b;
	left: 50%;
	top: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	background-color: rgb(111 195 0 / 26%)
}

.msgbox {
	box-shadow: 1px -1px 4px -2px #6a696945;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin: 2px 0 2px;
    padding-left: 0;
    font-size: .9em;
    width: auto;
    padding: 3px 10px;
    font-weight: 300;
    margin-left: 5px !important;
    border-radius: 6px;
    position: relative;
    margin-top: 7px;
    max-width: 100%;
    word-break: break-word;
    border-top: 0;
    min-width: 50px;	
}
.msgbox::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 24px;
    top: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: #ffffff #ffffff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px -1px rgba(192, 192, 192, 0.4);
}
.msgbox img.userItem {
	height: 40px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.userItem {
    cursor: pointer;
    clear: both;
    position: relative;
    font-weight: 500;
    font-size: 0.9em;
    border-bottom: 1px solid #F3F3F3;
}

.nicknames img {
    #max-width: 20px;
    max-height: 26px;
    margin-right: 8px;
    vertical-align: middle;
}

.nickname {
 #background-image: url(../images/ranks/ircops.png);background-repeat:no-repeat;
 margin-left; 1px;
# width:150px;
 #height:200px;
 #border:1px solid black;
}	
#nickname-hitman: {
	 margin-right; 10px;
}
	
.EmojiButton img,
.GifButton img,
.RoomList table,
.container,
.form {
	position: relative
}

.ConnectInput,
.ModeInput {
	border: 1px solid #ccc;
	height: 34px
}

.CwfCol-10,
.CwfCol-100,
.CwfCol-15,
.CwfCol-20,
.CwfCol-25,
.CwfCol-30,
.CwfCol-35,
.CwfCol-40,
.CwfCol-45,
.CwfCol-5,
.CwfCol-50,
.CwfCol-55,
.CwfCol-60,
.CwfCol-65,
.CwfCol-70,
.CwfCol-75,
.CwfCol-80,
.CwfCol-90 {
	margin-top: 2px;
	margin-bottom: 2px;
	float: left
}

.CwfContainer {
	padding: 4px 12px;
	background-color: #f0fff0
	background-color: rgb(111 195 0 / 26%)
}

.CwfInput,
.CwfSlimInput {
	padding: 4px;
	resize: vertical
}

#csColorPicker,
.Color00,
.FixedHeader td,
.RoomList table {
	background-color: #fff
}

.CwmItem {
	height: 25px
}

.CwmItem.Disabled {
	#padding-left: 12px;
	color: #a0a0a0;
	height: 25px
}

.CwmItem:hover {
	background-color: #6cb5ff;
	cursor: pointer
}

.CwmItem.Disabled:hover {
	background-color: #efefef;
	cursor: pointer
}

#csConnectDialog {
	max-width: 252px
}

#csJoinDialog,
#csKickDialog,
#csNickDialog {
	max-width: 380px
}

#csCaptchaDialog {
	max-width: 430px
}

#csListDialog {
	max-width: 620px
}

#csAboutDialog {
	max-width: 370px
}

#csBanDialog {
	max-width: 400px
}

#csModeDialog {
	max-width: 424px
}

#CaptchaImage {
	border: 1px solid #000;
	width: 360px
}

#lblModeInfo {
	height: 55px
}

#csBanList {
	height: 97px
}

.CwfCol-5 {
	width: 5%
}

.CwfCol-10 {
	width: 10%
}

.CwfCol-15 {
	width: 15%
}

.CwfCol-20 {
	width: 20%
}

.CwfCol-25 {
	width: 25%
}

.CwfCol-30 {
	width: 30%
}

.CwfCol-35 {
	width: 35%
}

.CwfCol-40 {
	width: 40%
}

.CwfCol-45 {
	width: 45%
}

.CwfCol-50 {
	width: 50%
}

.CwfCol-55 {
	width: 55%
}

.CwfCol-60 {
	width: 60%
}

.CwfCol-65 {
	width: 65%
}

.CwfCol-70 {
	width: 70%
}

.CwfCol-75 {
	width: 75%
}

.CwfCol-80 {
	width: 80%
}

.CwfCol-90 {
	width: 90%
}

.CwfCol-100 {
	width: 100%
}

.ConnectInputLabel {
	text-align: center;
	margin: 2px
}

.ConnectInput {
	float: left;
	margin: 2px 0;
	width: 220px;
	border-radius: 4px
}

textarea.ConnectInput {
	overflow: hidden;
	white-space: nowrap
}

.ModeInputLabel {
	float: left;
	width: 75px;
	text-align: right;
	margin: 2px
}

.ModeInput {
	float: left;
	margin: 2px 0;
	width: 300px;
	border-radius: 4px
}

.ModeInputCheckboxA {
	float: left;
	width: 170px
}

.ModeInputCheckboxB {
	float: left;
	width: 210px
}

.ModeCheckboxInput,
.ModeInputCheckboxC {
	width: 190px;
	float: left
}

.ModeCheckboxInput {
	margin: 2px 0;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px
}

.CwfInput,
.RoomList,
.StackedInput Input {
	width: 100%
}

.StackedInput {
	margin-top: 0;
	clear: both
}

.CaptchaSpacer,
.StackedButtons {
	margin-top: 9px;
	clear: both
}

.RoomList {
	height: 200px
}

.Cwf label {
	padding: 4px 8px 4px 0;
	display: inline-block
}

.Cwt thead th,
.FixedHeader td {
	padding-left: 6px;
	cursor: pointer
}

.Cwf .row {
	margin-left: 0
}

.Cwf row:after {
	content: "";
	display: table;
	clear: both
}

.CwfLeft {
	float: left
}

.CwfRight input {
	margin: 12px
}

.CwfInput,
.CwfSlimInput {
	border: 1px solid #ccc;
	border-radius: 4px
}

.Cwf input[type=button] {
	min-width: 130px
}

.Cwf input[type=radio] {
	margin-right: 2px
}

.CwfLeft,
.CwfRight {
	margin-top: 4px;
	margin-bottom: 4px
}

.CwfLeft input[type=button]~input[type=button] {
	margin-left: 12px
}

.CwfRight input[type=button]~input[type=button] {
	margin-right: 12px
}

.CwfListCheckbox {
	margin: 6px
}

.CwfModeCheckbox {
	margin: 14px 6px
}

.StackedButtons label {
	margin-top: -4px
}

.CwfValidationError {
	color: red
}

.Cwf select,
.Cwf textarea {
	resize: none;
	height: 200px;
	width: 400px
}

#csChannelName,
#csChannelTopic {
	white-space: pre-wrap
}

.RoomList .Emoji {
	padding: 0 18px 18px 0;
	background-size: 18px 18px
}

#csChannelTopic .Emoji {
	padding: 0 22px 22px 0;
	background-size: 22px 22px
}

.RoomList table {
	width: 100%;
	height: 200px;
	border: 1px outset #d2d2d2
}

.RoomList td:first-child,
.RoomList th:first-child {
	white-space: pre-wrap;
	min-width: 170px;
	width: 170px
}

.RoomList td:nth-child(2),
.RoomList th:nth-child(2) {
	min-width: 70px;
	width: 70px
}

.RoomList td:nth-child(3),
.RoomList th:nth-child(3) {
	white-space: pre-wrap;
	flex-grow: 1
}

.FixedHeader tbody {
	display: block;
	overflow: auto;
	width: 100%
}

#csChannelList tbody {
	height: 169px
}

.FixedHeader tr {
	display: flex;
	flex-flow: row;
	height: 28px
}

.Cwt thead th {
	border: 1px solid #d2d2d2
}

.FixedHeader td {
	border: 1px solid #f4f4f4
}

.form button,
.form input {
	outline: 0;
	padding: 15px;
	font-size: 14px;
	font-family: Roboto, sans-serif
}

.Cwt thead th:after {
	padding-left: 7px
}

.Cwt thead th[CwtColSortOrder="1"]:after {
	content: "\25B4"
}

.Cwt thead th[CwtColSortOrder="-1"]:after {
	content: "\25BE"
}

#csColorPicker {
	border-radius: 2px;
	height: 41px;
	width: 140px
}

.ColorButton {
	float: left;
	border: 0;
	padding: 0;
	height: 16px;
	width: 16px;
	cursor: pointer
}

.ColorButton:hover {
	border: 1px outset #000
}

.Color01 {
	background-color: #000
}

.Color02 {
	background-color: #00007f
}

.Color03 {
	background-color: #009300
}

.Color04 {
	background-color: red
}

.Color05 {
	background-color: #7f0000
}

.Color06 {
	background-color: #9c009c
}

.Color07 {
	background-color: #fc7f00
}

.Color08 {
	background-color: #ff0
}

.Color09 {
	background-color: #00fc00
}

.Color10 {
	background-color: #009393
}

.Color11 {
	background-color: #0ff
}

.Color12 {
	background-color: #0000fc
}

.Color13 {
	background-color: #f0f
}

.Color14 {
	background-color: #7f7f7f
}

.Color15 {
	background-color: #d2d2d2
}

.EmojiButton,
.GifButton,
.StickerButton {
	background-color: #fff
}

#csEmojisPicker,
#csGifsPicker,
#csStickersPicker {
	box-shadow: 3px 3px 5px #888;
	border: 1px solid grey;
	border-radius: 2px;
	padding: 3px 5px;
	position: fixed;
	display: none;
	background-color: #fff;
	height: 103px;
	width: 255px;
	overflow-x: hidden;
	overflow-y: auto
}

.Emoji,
.EmojiButton,
.GifButton,
.StickerButton {
	border: 0;
	padding: 0
}

#csGifsPicker {
	height: 262px;
	width: 405px
}

#csStickersPicker {
	height: 199px;
	width: 364px
}

.EmojiButton {
	float: left;
	height: 32px;
	width: 32px;
	cursor: pointer
}

.GifButton {
	float: left;
	height: 85px;
	width: 125px;
	cursor: pointer
}

.StickerButton {
	float: left;
	height: 64px;
	width: 64px;
	cursor: pointer
}

.EmojiButton img {
	top: -2px;
	height: 20px;
	width: 20px
}

.GifButton img {
	height: 81px;
	width: 121px
}

.StickerButton img {
	position: relative;
	top: -2px;
	height: 60px;
	width: 60px
}

.GifButton:hover {
	background-color: #00f
}

.Emoji {
	height: 26px;
	background-position: 0 0;
	background-size: 16px 16px
}

.Gif,
.Sticker {
	background-position: 0 0;
	background-size: 0 0;
	border: 0
}

.Gif {
	padding: 5px;
	max-height: 200px
}

.Sticker {
	padding: 0;
	height: 160px
}

.CwfAboutIcon {
	height: 64px;
	width: 64px
}

.CwfAboutTitles {
	margin: 0 0 0 5px
}

.CwfAboutTitle {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #000;
	padding: 0
}

.CwfAboutSubTitle {
	font-size: 20px;
	font-weight: 500;
	margin-top: -8px;
	color: #000;
	clear: both;
	padding: 0
}

.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto
}

.form {
	z-index: 1;
	background: #fff;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24)
}

.form input {
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px
}

.form button {
	text-transform: uppercase;
	background: #4caf50;
	width: 100%;
	border: 0;
	color: #fff;
	cursor: pointer
}

.form button:active,
.form button:focus,
.form button:hover {
	background: #43a047
}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px
}

.form .message a {
	color: #4caf50;
	text-decoration: none
}

.container {
	z-index: 1;
	max-width: 300px;
	margin: 0 auto
}

.container:after,
.container:before {
	content: "";
	display: block;
	clear: both
}

.container .info {
	margin: 50px auto;
	text-align: center
}

.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a
}

.container .info span {
	color: #4d4d4d;
	font-size: 12px
}

.container .info span a {
	color: #000;
	text-decoration: none
}

.container .info span .fa {
	color: #ef3b3a
}

.totalsize {
	width: 100%;
	height: 320px
}

body {
	background: #8dc26f;
	background: linear-gradient(90deg, #8dc26f 0, #76b852 50%);
	font-family: Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
