html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: Cairo;
}
p, td,tr,th{
    color: #ffffff;
}
.dark{
    background: #0A1931;
}
body{
  margin:0px;
  padding:0px;
}

.card-setting{
    width: 85%;
    height: 85vh;
    background: #16213E;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.card-timer{
    width: 100%;
    height: 100%;
    /*background: #16213E;*/
    border-radius: 10px;
    margin: 0 auto;
    flex-direction: row;
}
.primary{
    /*color: #E9541D;*/
    background: -webkit-linear-gradient( -90deg, #FFE985 10%, #FA742B 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.success {
    background: -webkit-linear-gradient( -180deg, #81FBB8 10%, #28C76F 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.danger {
    background: -webkit-linear-gradient( -180deg, #FEB692 10%, #EA5455 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.danger2 {
    background-color: #ff5a13;
    border: none;
}
.danger2:hover {
    background-color: #bb2d3b;
    border: none;
}

.danger2press {
    background-color: #bb2d3b;
    border: none;

}
.danger2press:hover {
    background-color: #bb2d3b;
    border: none;
}



.danger3 {
    background-color: #cb1010;
    font-weight: bold;
    border: none;

}

.danger3:hover:enabled{
    background-color: #a71d2a;
    border: none;
}

.danger3:disabled{
    background-color: rgba(176, 36, 51, 0.52);
    border: none;
}

.danger3:active:enabled {
    background-color: #c82333;
    }



.savebtn {
    background-color: #cb1010;
    font-weight: bold;
    border: none;
    transition-delay: -2s;


}


.savebtn:hover:enabled{
    background-color: #a71d2a;
    border: none;

}


.savebtn:disabled{
    background-color: rgba(176, 36, 51, 0.52);
    border: none;

}

.savebtn:active:enabled {
    background-color: #cb1010;

}








.cc {
    border-radius: 50%;
}
/*.success p{
    background: linear-gradient( -180deg, #81FBB8 10%, #28C76F 100%);
}*/

@font-face {
    font-family: "AlterRegular";
    src: url("fonts/Cairo-Bold.ttf");
}

.timer{
    font-family: "AlterRegular";
    font-weight: bold;
    font-size: 23vw;
    display: inline-block;
    /*new:*/
    line-height: 250pt;

}

.setting{

    height: calc( 100% - 60px );


}

.tab-font{
    font-family: 'Tajawal', sans-serif;

}

.nav-fixed
{
    height: 50px;
}
.my-tab .tab-pane{border:solid 1px blue;}
.team{
    background: #16213E;
    padding: 10px;
    border-radius: 5px;
}

.bar{
    padding: 0 30px 0 30px;
}
.setting-h{
    border-bottom: 1px solid #e94560;
    /*border-radius: 5px;*/
}
.text-titel{
    font-size: 18pt;
    margin: 0px;
    padding-right: 10px;
    padding-top: 10px;
    font-family: 'Lalezar', cursive;
}

.text-titel-1{
    font-size: 18pt;
    margin: 0px;
    padding-right: 10px;
    padding-top: 10px;
    font-family: 'Tajawal', sans-serif;
}

input[type=text] {
    width: 100%;
    padding: 10px 12px;
    background: #16213E;
    margin-top: 10px;
    color: white;
    border: #31426C 1px solid;
    border-radius: 10px;
    box-sizing: border-box;

}
select {
    width: 100%;
    padding: 10px 12px;
    background: #16213E;
    margin-top: 10px;
    color: white;
    border: #31426C 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;

}
input[type=number] {
    width: 100%;
    padding: 10px 12px;
    background: #16213E;
    margin-top: 10px;
    color: white;
    border: #31426C 1px solid;
    border-radius: 10px;
    box-sizing: border-box;

}
.text-justify{
    text-align: justify;
}
.btn-sub {
    width: 100%;
    padding: 10px 12px;
    background: #e94560;
    margin-top: 10px;
    color: white;
    border: #31426C 1px solid;
    border-radius: 10px;
    box-sizing: border-box;

}
::placeholder {
    color: #9AAAD5;
    font-family: 'Tajawal', sans-serif;
}
.arabic-font{
    font-family: 'Tajawal', sans-serif;
}
.font_szie{
    font-size: 178px ;
}

@media (max-width: 712px) {
    .timer{
        font-size: 200pt;
    }
}
@media (max-width: 579px) {
    .timer{
        font-size: 150pt;
    }
}
@media (max-width: 443px) {
    .timer{
        font-size: 100pt;
    }
}


.nav-tabs{
    background-color:greenyellow;
}
.tab-content{
    color:#fff;
    padding:5px
}
.nav-tabs > li > a{
    border: medium none;
}
.nav-tabs > li > a:hover{
    background-color: #303136;
    border: medium none;
    border-radius: 0;
    color:#fff;
}
.button1 {
    background-color:transparent; /* Green */
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

    color: white;
    border: 2px solid #4CAF50; /* Green */
}
input[type="radio"]{
    display: none;}




.r101 label{
    position:relative;
    color: #01cc65;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    border: 2px solid #01cc65;
    border-radius: 5px;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.r101 label:before
{
    content: "";
    height: 30px;
    width: 30px;
    border: 3px solid #01cc65;
    border-radius: 50%;
    margin-left: 30px;
}
.r101 input[type="radio"]:checked + label{
    background-color: #01cc65;
    color: white;
}
.r101 input[type="radio"]:checked + label:before{
    height: 30px;
    width: 30px;
    border: 3px solid white;
    background-color: #01cc65;
}




.r202 label{
    position:relative;
    color:firebrick;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    border: 2px solid firebrick;
    border-radius: 5px;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.r202 label:before
{
    content: "";
    height: 30px;
    width: 30px;
    border: 3px solid firebrick;
    border-radius: 50%;
    margin-left: 30px;
}
.r202 input[type="radio"]:checked + label{
    background-color: firebrick;
    color: white;
}
.r202 input[type="radio"]:checked + label:before{
    height: 30px;
    width: 30px;
    border: 3px solid white;
    background-color: firebrick;
}

.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
    font-size: 30px;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 50%;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);

}
.btn-circle-noshadow {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 50%;
    box-shadow: inset 0 0 8px  rgba(0,0,0,0.8);
;


}

.btn-circle2 {
    width: 200px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 133px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
}



.type {
    width: 160px;
    height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background-color:#fcfcfc;
    border: solid #b3b7bb 1px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
.type:hover {
    width: 160px;
    height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background-color:#f4f4f4;
    border: solid #b3b7bb 1px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.type2 {
    width: 300px;
    height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background-color:#fefefe;
    border: solid #b3b7bb 1px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-left: 15px;
    margin-right: 15px;
}
.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;}

.disc{

    display: block;
    overflow: hidden;
    padding: 5px;
}

.own{
    position: absolute;
    bottom: 0;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center
}