

* {
    outline:none !important;
}
.Height100 {
    height:100%;
}


/************************* Headings *******************************/
h1 {
    color: #221F20;
    font-family: GilroyExtraBold;
    font-size: 32px;
    line-height: 39px;
}
h1.Small {
    font-size:20px;
    font-family:GilroyLight;
    line-height:23px;
    text-align:left;
    width:100%;
    margin-bottom:10px !important;
    color:#707070;
}
h1.Small2 {
    font-size:15px;
    font-family:GilroyExtraBold;
    line-height:23px;
    text-align:left;
    width:100%;
    margin-bottom:0px !important;
    color:#000;
    opacity:0.5;
}
h2 {
    color: #221F20;
    font-family: GilroyExtraBold;
    font-size: 30px;
    line-height: 40px;
}

.row60 {
    margin-left:-60px;
    margin-right:-60px;
}
.row60 .col-sm-6,
.row60 .col-sm-3,
.row60 .col-sm-4,
.row60 .col-sm-12 {
    padding-left:60px;
    padding-right:60px;
}
.row40 .col-sm-6,
.row40 .col-sm-3,
.row40 .col-sm-4,
.row40 .col-sm-12 {
    padding-left:40px;
    padding-right:40px;
}

/************************* Language *******************************/
.Language {
    display:inline-block; 
    margin-top:8px;
}  
.Language a {
    display:inline-block;
    width:36px;
    height:36px;
    color: #707070;
    background:rgba(255,255,255,0.3);
    font-size:15px;
    line-height:36px;
    font-family:GilroyLight;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:4px;
    transition:0.5s;
    position: relative; 
    margin-right:10px;
}
.Language a:hover,
.Language a.active {
    background:#fff;
} 
.Language a.active {}





.btn-block {
    display:inline-block;
    width:100% !important;
}
.MarginTop1 {
    margin-top:41px;
}
 
.btn-default {
    font-family: GilroyExtraBold;
    color:#fff;
    font-size:15px;
    background: #b72824;
    border: none;
    border-radius:15px; 
    height:53px;
    line-height:53px;
    padding:0 54px;
    box-shadow:0px 3px 15px rgba(0,0,0,0.16);
    transition:0.3s;
}
.btn-default i {
    position: relative;
    top:3px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    background:#b72824 !important;
    border: none;
    box-shadow:0px 3px 8px rgba(0,0,0,0.25);
    color:#fff;
    opacity:0.8;
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
    background: #0E8F71
}

.btn-default.disabled,
.btn-default:disabled {
    opacity: 0.35;
    background: rgba(0, 0, 0, 0.4) !important;
}


/************************* btn-success *******************************/
.btn-success {
    font-family: MontserratBold;
    color:#fff;
    font-size:13px;
    background: #b72824;
    border: none;
    border-radius:15px;
    text-transform:uppercase;
    height:53px;
    line-height:53px;
    padding:0 30px
}
.btn-success i {
    position: relative;
    top:3px;
    font-size:18px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    opacity:0.8;
    border: none;
    box-shadow: none !important;
    color:#fff;
    background:#b72824;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    background: #b72824
}

.btn-success.disabled,
.btn-success:disabled {
    opacity: 0.35;
    background: #b72824
}


/************************* btn-warning *******************************/
.btn-warning {
    font-family: MontserratBold;
    color:#fff;
    font-size:13px;
    background: #b72824;
    border: none;
    border-radius:15px;
    text-transform:uppercase;
    height:53px;
    line-height:53px;
    padding:0 30px
}
.btn-warning i {
    position: relative;
    top:3px;
    font-size:18px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    background: #55e2ff !important;
    border: none;
    color:#fff;
    box-shadow: none !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    background: #b72824
}

.btn-warning.disabled,
.btn-warning:disabled {
    opacity: 0.5;
    background: #b72824;
    color:#fff
}


/************************* btn-close *******************************/
.btn-close {
    font-family: MontserratBold;
    color:#000000;
    font-size:52px;
    background:rgba(0,0,0,0.04);
    border: none;
    border-radius:4px; 
    width:117px;
    height:117px;
    line-height:117px;
    padding:0;
    opacity:1;
}
.btn-close i {
    position: relative;
    top:50px;
}
.btn-close:hover,
.btn-close:focus,
.btn-close.focus {
    background: rgba(0, 0, 0, 0.06) !important;
    border: none;
    box-shadow: none !important;
    color:#000000;
} 

/************************* btn-close2 *******************************/
.btn-close2 {
    font-family: MontserratBold;
    color:#000000;
    font-size:52px;
    background:#ffffff;
    border: none;
    border-radius:4px; 
    width:117px;
    height:117px;
    line-height:117px;
    padding:0;
    opacity:1;
}
.btn-close2 i {
    position: relative;
    top:50px;
}
.btn-close2:hover,
.btn-close2:focus,
.btn-close2.focus {
    background: rgba(0, 0, 0, 0.06) !important;
    border: none;
    box-shadow: none !important;
    color:#000000;
}
 

/************************* btn-outline-warning *******************************/
.btn-outline-warning {
    font-family: MontserratBold;
    color:#ffffff;
    font-size:15px;
    background: #b72824;
    border: none; 
    border-radius:15px; 
    text-transform:uppercase;
    height:53px;
    line-height:53px;
    padding:0 0px; 
    width:100px; 
    box-shadow: 0px 3px 15px rgb(0 0 0 / 16%);
    transition:0.3s;
}
.btn-outline-warning i{
    font-size:30px
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    background: #b72824 !important;
    border: none;
    color:#fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 16%);
    opacity:0.8;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background: #b72824
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    opacity: 0.5;
    background: #b72824;
    color:#fff
}

/************************* btn-outline-success *******************************/
.btn-outline-success {
    font-family: MontserratBold;
    color:#fff;
    font-size:16px;
    background: #b72824;
    border: none; 
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    text-transform:uppercase;
    height:56px;
    line-height:56px;
    padding:0 0px; 
    min-width:56px;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
    background: #24a098 !important;
    border: none;
    box-shadow: none !important;
    color:#fff;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background: #0E8F71
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    opacity: 0.35;
    background: #00A987
}

 

.btn i,
.btn span {
    position: relative;
    top:5px;
}
.btn.Padding80 {
    padding:0 80px;
}
.btn.Width260 {
    width:260px;
}
.btn.Width120 {
    width:120px;
}
.btn-sm {
    height:56px;
    line-height:56px;
    font-family:MontserratMedium;
    font-size:16px;
    padding:0 23px
}
.WidthAuto {
    width:auto !important;
}

.ErrorText {
    display:inline-block;
    width:100%;
    font-family:MontserratBold;
    color:#B22828;
    font-size:18px;
    line-height:22px; 
}

/************************* Forms, Inputs *******************************/

.FormWidth {
    display:inline-block;
    width:100%;
    max-width:100%;
    margin:0 auto;
    margin-bottom:16px; 
}
.FormWidth.Border:after {
    content:'';
    width:1px;
    height:calc(100% - 40px);
    background:rgba(112,112,112,0.2);
    position: absolute;
    top:0px;
    right:0;
}
.form-control {
    background:#fff;
    height:53px;
    line-height:53px;
    border-radius:15px;
    font-family: GilroyExtraBold;
    color:#919191;
    font-size:15px;
    border:none;
    width:100%;
    box-shadow:0px 3px 15px rgba(0,0,0,0.16)
}
.form-control:focus {
    box-shadow:0px 3px 15px rgba(0,0,0,0.16);
    background:#fff;
    border:none;
    color:#919191;
}
.form-control.Error {
    border:solid #B22828 1px;
}
.TextError {
    color:#B22828;
    text-align:left;
    font-size:12px;
    font-family:MontserratMedium;
    width:100%;
    display:inline-block;
}
.form-control.Success {
    border:solid #b72824 1px;
}
.TextSuccess {
    color:#b72824;
    text-align:left;
    font-size:12px;
    font-family:MontserratMedium;
    width:100%;
    display:inline-block;
}

.form-control::-webkit-input-placeholder { 
    color: rgba(112,112,112,0.3);
}

.form-control:-ms-input-placeholder {
    color: rgba(112,112,112,0.3);
}

.form-control::placeholder {
    color: rgba(112,112,112,0.3);
}

.FormText {}
.FormText p {
    color:#919191;
    font-size:13px;
    line-height:24px;
    font-family: MontserratMedium;
    margin-bottom:5px;
}
.FormText p a {
    color:#b72824;
    font-family: MontserratMedium;
    text-decoration:none; 
}
.FormText p a.Black {
    color:#363636;
}
.FormText p a:hover {
    text-decoration:underline;
}

.Checkbox {
    display:inline-block;
    position:relative;
}
.Checkbox span {
    color:#919191;
    font-size:23px;
    position: relative;
    top:-1px;
}
.Checkbox input {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%;
    z-index:9;
    transition:0.3s;
    cursor: pointer;
}
.Checkbox label {
    background:#363636; 
    width:45px;
    height:22.5px;
    border-radius:30px;
    position: relative;
    transition:0.3s;
    margin-left:15px;
    margin-right:15px;
}
.Checkbox label:after {
    content:'';
    width:14px;
    height:14px;
    background:#fff;
    border-radius:100%;
    position: absolute;
    right: 5px;
    top: 4px;
    transition:0.3s;
}
.Checkbox input:checked ~ label {
    background:#919191;
}
.Checkbox input:checked ~ label:after { 
    right:26px;
    background:#292929;
}


 
.MaterialCheckbox {
    display:inline-block;
    margin-right:20px;
}
.CheckMaterial {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.CheckboxLabel {    
    font-family:MontserratMedium;
    color:#919191;
    font-size:13px;
    line-height:24px;
    position: relative;
    cursor: pointer;
    line-height: 24px;
    padding-top:1px;
    padding-bottom: 2px;
    padding-left: 28px;
}
.CheckboxLabel a {
    color:#b72824;
    text-decoration:none; 
}
.CheckboxLabel a:hover {
    text-decoration:underline;
}
.CheckboxLabel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 3px;
    border: 2px rgba(145, 145, 145, 0.60) solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.CheckMaterial:checked ~ .CheckboxLabel:before {
    content:"\e5ca";
    font:normal normal normal 14px/1 "Material Icons";
    background-color: #b72824;
    border-color: #b72824;
    color:#fff;
    font-size:15px;
}

.CheckMaterial:disabled ~ .CheckboxLabel {
    color: rgba(0, 0, 0, 0.38);
}

.CheckMaterial:disabled ~ .CheckboxLabel:before {
    border-color: rgba(145, 145, 145, 0.40);
}

.CheckMaterial:checked:disabled ~ .CheckboxLabel:before {
    background-color: rgba(145, 145, 145, 0.40);
    background-clip: padding-box;
}
.CheckboxDesc {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    margin-left: 28px;
}
.CheckMaterial ~ .CheckboxLabel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.CheckMaterial:focus ~ .CheckboxLabel:after {
    -webkit-animation: ClickWave 0.5s;
    animation: ClickWave 0.5s;
}

.CheckMaterial:checked ~ .CheckboxLabel:after {
    background-color: #b72824;
}

.CheckMaterial:not(:checked) ~ .CheckboxLabel:after {
    background-color: #b72824;
}
@keyframes ClickWave {
    0% {
        width: 24px;
        height: 24px;
        opacity: 0.5;
    }
    100% {
        width: 48px;
        height: 48px;
        margin-left: -12px;
        margin-top: -12px;
        opacity: 0;
    }
}
@-webkit-keyframes ClickWave {
    0% {
        width: 24px;
        height: 24px;
        opacity: 0.5;
    }
    100% {
        width: 48px;
        height: 48px;
        margin-left: -12px;
        margin-top: -12px;
        opacity: 0;
    }
}





.FileInput {}
.FileInput span {
    color:rgba(0,0,0,1);
    opacity:0.5;
    font-family:GilroyExtrabold;
    font-size:15px;
    padding-top:15px;
    width:85px;
    text-align:left;
}
.FileInput .btn {
    overflow:hidden;
    cursor:pointer;
}
.FileInput .btn input {
    position: absolute;
    top: 0;
    left: 0;
    cursor:pointer;
    opacity:0;
    z-index:9;
}
.FileInput .btn input:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius:15px;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius:15px;
}
.input-group>.form-control, .input-group>.form-select {
    margin-right:30px;
}

.InputSpan {
    display:inline-block
}


/************************* Bootstrap Selectpicker *******************************/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:100%;
}
.bootstrap-select > .dropdown-toggle {
    background:#fff;
    height: 53px;
    line-height:53px;
    padding:0 16px;
    border-radius:15px;
    border:none;
    font-family: GilroyLight;
    color: #707070;
    font-size:15px; 
    box-shadow:0px 3px 15px rgba(0,0,0,0.16);
}
.bootstrap-select.Select .dropdown-toggle {
    
}
.bootstrap-select >.dropdown-toggle:focus {
    background:#fff
    box-shadow:none;
    border:none
}
.dropdown-toggle::after {
    border:none;
    background:url('../img/caret.svg') no-repeat;
    background-size:100% 100%;
    width:12px;
    height:7.41px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline:none !important;
}
.btn-check:active+.btn-light, 
.btn-check:checked+.btn-light,
.btn-light.active, 
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background:#fff;
    color: #919191;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
} 

.bootstrap-select .dropdown-menu {
    background:#fff;
    padding:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow:0px 3px 15px rgba(0,0,0,0.16);
}

.bootstrap-select .dropdown-item {
    padding:1rem;
    font-family: GilroyLight;
    color: #707070;
    font-size:16px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background:#b72824;
    color:#fff;
}


/************************* Table *******************************/
.TableDiv {
    display:inline-block;
    width:100%;
    position: relative;
}
.TableDiv .TableTabs {
    position: absolute;
    right: 16px;
    top: -9px;
}
.TableDiv .TableTabs ul {
    padding:0;
    margin:0;
}
.TableDiv .TableTabs ul li {
    list-style:none;
    display:inline-block;
}
.TableDiv .TableTabs ul li a {
    display:inline-block;
    height:55px;
    line-height:46px;
    padding:0 16px;
    color:#919191;
    font-size:24px;
    font-family:MontserratBold;
    text-decoration:none;
    margin-left:16px;
    position: relative;
    transition:0.3s;
}
.TableDiv .TableTabs ul li a:after {
    content:'';
    background:#919191;
    width:6px;
    height:6px;
    border-radius:100%;
    position:absolute;
    left:50%;
    margin-left:-3px;
    bottom:8px; 
}
.TableDiv .TableTabs ul li a:hover,
.TableDiv .TableTabs ul li.active a {
    background:rgba(145,145,145,0.08);
}

.TableContent {
    border-top:solid rgba(112,112,112,0.2) 1px;
    margin-top:30px;
    padding-top:22px;
}
.TableContent .Nohistoryyet {
    display:inline-block;
    width:100%;
    color:#919191;
    font-family:MontserratBold;
    font-size:24px;
    line-height:29px;
    text-align:center;
    border-top:solid #D8D8D8 1px;
    padding-top:130px;
    padding-bottom:130px;
    margin-top:-16px;
}
.table {
    
}
tbody, td, tfoot, th, thead, tr {
    border:0
}
.table thead {
    
}
.table thead tr th {
    color:#707070;
    font-size:18px;
    line-height:22px;
    font-family:GilroyExtraBold;
    padding-bottom:22px;
}
.table tbody tr { 
    border-top:solid #D8D8D8 1px;
} 
.table tbody tr td {
    color:#707070;
    font-size:18px;
    line-height:22px;
    font-family:GilroyLight;
    padding: 16px .5rem;
}
.table tbody tr td a {  
    color:#fff; 
    transition:0.3s;
    width:31px;
    height:31px;
    border-radius:100%;
    background:#b72824;
    display:inline-block;
    text-align:center;
    line-height:31px;
    font-size:28px;
}
.table tbody tr td a:hover {
    opacity:0.8;
}

/************************* Text *******************************/
.TextDiv {
    display:inline-block;
    width:100%;
    color:#707070;
    font-family:GilroyLight;
    font-size:20px;
    line-height:22px;
}
.TextDiv p {
    margin-top:20px;
    margin-bottom:25px;
}
.TextDiv .Item {
    display:inline-block;
    margin-right:60px;
}
.TextDiv .Item span {
    font-family:MontserratExtraBold;
    font-size:24px;
    padding-left:3px;
}


/************************* PayMant *******************************/
.PayIcons {
    display:inline-block;
    width:100%;
    text-align:center;
}
.PayIcons .List {
    display:inline-block;
    width:100%;
    width:182px;
    margin:0 auto;
}
.PayIcons .Image {
    border:solid #707070 1px;
    width:182px;
    height:118px;
    line-height:118px;
    border-radius:30px;
    text-align:center;
    margin-bottom:30px;
    display:inline-block; 
}
.PayIcons .Image img {
    vertical-align:middle;
    max-height:70%;
}

