/*Css custome backend (Admin)*/
.main-box-design {background-color: #fff;padding: 20px 40px;width: 90%;border: 1px solid #c8c8c8;margin: 50px 50px 50px 25px;float: left;}
.main-box-design img {width: 400px;margin: 20px 0 0;float: left;clear: both;}
.main-form-design {width: 100%;display: inline-block;margin: 30px 0px;border-top: 1px solid #c8c8c8;padding-top: 30px;}
.language {width: 100%;display: inline-block;float: left;margin: 0 auto 30px;text-align: left;border-bottom:1px solid #c8c8c8ba;padding-bottom: 10px;}
.language label {float: left;}
.space-box {width: calc(100% - 235px);display: inline-block;text-align: left;margin: margin: 10px 0 0px 0;clear: both;}
.language h1 {font-size: 19px;float: left;margin: 0px 40px 0 0;width: 170px;line-height: 23px;}
.space-box label {width: auto;margin: 0px 0 20px 0;clear: both;padding: 0 0 0 40px;line-height: 20px;}
.space-box label span {margin: 0 0 0 10px;font-size: 18px;font-weight: 500;color: #034363;}
.main-lable {display: block;position: relative;padding-left: 35px;margin-bottom: 12px;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.main-lable input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height: 27px;width: 27px;background-color: #fff;border-radius: 50%;}
.main-lable:hover input ~ .checkmark {background-color: #fff;}
.main-lable input:checked ~ .checkmark {background-color: #fff;	background-image: url("../media/radio-btn-select.png");background-repeat: no-repeat;background-size: 25px;}
.checkmark:after {content: "";position: absolute;display: none;}
.main-lable input:checked ~ .checkmark:after {display: block;}
.main-lable .checkmark:after {top: 9px;left: 9px;width: 8px;height: 8px;border-radius: 50%;background: white;}
.checkmark{background-image:url("../media/radio-btn.png"); 	background-repeat: no-repeat;background-size: 25px;}
.space-box input.disabled, .space-box input:disabled, .space-box select.disabled, .space-box select:disabled, .space-box textarea.disabled, .space-box textarea:disabled {background: transparent;border-color: transparent;box-shadow: transparent;color: transparent;}	
.main-lable.end_word_disilabled span {color: #ccc;}
.main-lable .checkmark {opacity: 1;}
.main-lable.end_word_disilabled .checkmark {opacity: 0.2;}
.donate-btn {width: auto;display: inline-block;background-color: #0f2;padding: 6px 20px;font-size: 13px;text-decoration: none;color: #fff;border-radius: 4px;font-weight: 400;color: #000;box-shadow:0 2px 0 #037282;background: #179db0;border-color: #0073aa #006799 #006799;box-shadow: 0 2px 0 #07626f;color: #fff;text-decoration: none;}
.donate-btn:hover {background-color: #0a899b; color: #fff;}






