/*///////////////// LOGIN /////////////////////// */

.login {
	background: #f3bb06;
}

input.form-control {
    font-size: 14px !important;
}

input.btn.btn-block.bg-texas {
    font-size: 15px !important;
    font-weight:600;
    border-radius:50px;
    padding: 7px;
}

.col-pass{
	position:relative;
	display:flex;
}

.col-pass span{
	position:absolute;
	top:7;
	right:30;
	font-size:20px;
}

.center {
	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.container-360 {
	max-width: 400px;
}

.container-360 h5 {
	font-size: 18px;
	color: #000000;
    font-weight: 600;
}

.container-360 img {
	width: 40%;
}

.container-360 .form-control {
    background-color:#e8f0fe;
	border: none;
}

.container-360 .form-control:focus {
	border-color: #000;
}

.container-360 .btn {
	border: none;
	background: #000000;
	color: #fefefe;
}

.container-360 .btn:hover {
	background: #343f4b;
}

.container-360 .btn:focus {
	background: #060a06;
}

.container-360 .card-body{
    background: #fefefe;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
}


/*//////////// LOGIN ENDS HERE ///////////////// */

#modal_resi .modal-dialog-centered {
            align-items: flex-start;
        }

        body {
            background: #f7f7f700;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            color: #212529;
        }

        .modal-content {
            border-radius: 1rem;
            border: none;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
        }

        .modal-body2 {
            font-size: 12px !important;
            min-height: calc(((100vh - 75px) - 75px) - 0px) !important;
            overflow-y: auto;
            /*height: calc(100vh - 154px);*/
        }

        .modal-header {
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }

        .modal-title {
            font-size: 16px;
            font-weight: bold;
        }
        
        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: hidden;
        }

        .modal .card-body {
            border-radius: 8px;
            padding: 10px 10px 10px 10px;
            background: #e9ecef;
            -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.5);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        }

        .label-admin {
            font-size: 14px;
        }

        .label-admin2 {
            font-size: 12px;
            font-weight: 600;
        }

        .header-admin {
            font-size: 15px;
            font-weight: 600;
        }

        .fixed-top {
            margin-left: 0px;
        }

        .container-360 .form-control {
            display: block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 50px;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        i.fas.fa-arrow-left {
            font-size: 16px;
        }

        .btn-danger {
            background: #097EC4;
        }
        
        button.btn.btn-block.btn-secondary {
            background: black;
            height: 45px;
        }
        
        button.swal2-confirm.swal2-styled {
            background: #F3BB06;
            color: black;
            border-radius: 50px;
            width: 100px;
        }

        button.close.text-white {
            display: none;
        }

        .bg-danger {
            background-color: #097EC4 !important;
            color: white;
        }

        .header {
            font-size: 14px;
        }

        .bold {
            font-weight: bold;
        }

        .time {
            position: absolute;
            left: -110px;
            font-size: 10px;
            width: 80px;
        }

        .timeline-wrapper {
            padding-left: 80px;
            /*min-width: 400px;*/
            /*font-family: 'Montserrat',sans-serif;*/
            font-size: 12px;
            /*border: 1px solid #CCC;*/
            margin-top: 20px;
        }

        .StepProgress {
            position: relative;
            padding-left: 45px;
            list-style: none;
        }
        
        @media only screen and (max-width: 445px) {
            .StepProgress {
                width:250px;
        }
        }

        .StepProgress::before {
            display: inline-block;
            content: '';
            position: absolute;
            top: 0;
            left: 13px;
            width: 10px;
            height: 100%;
            border-left: 2px solid #CCC;
        }

        .StepProgress-item {
            position: relative;
            counter-increment: list;
        }

        .StepProgress-item:not(:last-child) {
            padding-bottom: 20px;
        }

        .StepProgress-item::before {
            display: inline-block;
            content: '';
            position: absolute;
            left: -32px;
            height: 100%;
            width: 10px;
        }

        .StepProgress-item::after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 0;
            left: -37px;
            width: 12px;
            height: 12px;
            border: 2px solid #CCC;
            border-radius: 50%;
            background-color: #FFF;
        }

        .StepProgress-item.is-done::before {
            border-left: 2px solid #f1bc0b;
        }

        .StepProgress-item.is-done::after {
            /*content: "?";*/
            font-size: 10px;
            color: #FFF;
            text-align: center;
            border: 2px solid #f1bc0b;
            background-color: #f1bc0b;
        }

        .StepProgress strong {
            display: block;
        }

        .container-360 .btn {
            border: none;
            color: #000000;
            background: #f3bb06;
        }

        .container-360 {
            max-width: 500px;
            background: #fefefe;
            border-radius: 10px;
            padding: 40px;
        }


        @media only screen and (min-device-width: 360px) and (max-device-width: 375px){
           .container-360 {
                width: 350px;
                padding: 20px;
            } 
        }
        
        @media only screen and (min-device-width: 380px) and (max-device-width: 450px){
           .container-360 {
                width: 375px;
                padding: 20px;
            } 
        }
        

        .modal-backdrop.show.fade {
            opacity: 0 !important;
        }

        .swal2-container.swal2-backdrop-show,
        .swal2-container.swal2-noanimation {
            background: rgb(0 0 0 / 0%);
        }
        
        .swal2-container.swal2-center.swal2-backdrop-show {
            background: none;
        }
        
        .swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
            box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
        }